home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 19 / CU Amiga Magazine's Super CD-ROM 19 (1998)(EMAP Images)(GB)[!][issue 1998-02].iso / CUCD / Online / NNTPd / README.SVR2 < prev    next >
Text File  |  2002-12-03  |  1KB  |  30 lines

  1. To make NNTP run on SYSV Release 2 or earlier, do the following:
  2.  
  3. 1. Get the Berkeley Directory Library emulation package. You can get it
  4. from ftp.academ.com in /pub/nntp1.5/ndir.shar. This is the so-called NDIR 
  5. package. Install it. (If you don't know if you have it, look for the
  6. file ndir.h in /usr/include. If it is there, you have the NDIR library
  7. and can move on the step 2.)
  8.  
  9. 2. Edit conf.h.  Make sure you define USG and look at all the other
  10. stuff in there to be sure you have defined all the other things you
  11. need. (You will most likely need to define U_LONG, ALONE, vfork, and
  12. FAKESYSLOG. You will most likely need to undefine FASTFORK, BSD_42,
  13. DBM, SUBNET, NETMASK, DAMAGED_NETMASK, and DECNET.) You will probably
  14. need to undefine SYSLOG if you don't define FAKESYSLOG.
  15.  
  16. 3. Edit the Makefile in the root directory of the nntp sources.  Make sure to
  17. add -lndir to the LIBS line. If you have EXCELAN, you will probably need to
  18. add a -lsocket here aswell. If the networking include files are not in the
  19. "standard location" (e.g. /usr/include), be sure to modify the CFLAGS lines to
  20. add -Ilocation_of_the_network_include_files.
  21.  
  22. 4. Now, you can cd to the root directory of the nntp sources and type
  23. "make server" to make the server programs.
  24.  
  25. If you have problems, send mail to nntp@academ.edu and he will help if he
  26. can.
  27.  
  28. Stan Barber (update 11/15/94)
  29.  
  30.